home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00298.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  367 b   |  11 lines

  1. on mouseUp
  2.   global md1
  3.   if the castNum of sprite 6 = the number of cast "sfend" then
  4.     set md1 to the duration of cast the number of cast "sfstart" - 3
  5.     set the castNum of sprite 6 to the number of cast "sfstart"
  6.   else
  7.     set the castNum of sprite 6 to the castNum of sprite 6 + 1
  8.     set md1 to the duration of cast the castNum of sprite 6 - 3
  9.   end if
  10. end
  11.